@charset "utf-8";
body {
    background-image: url(Images/sunset.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: xx-large;
    text-align: center;
}
table {
    text-align: center;
}
